Northwoods.GoWPF 2.2.4 Assembly
TreeModel.DataCollection<NodeType,NodeKey> Class
Members 

This nested class is a serializable collection of node data.
Syntax
<SerializableAttribute()>
Public NotInheritable Class TreeModel.DataCollection
    (Of NodeType,NodeKey) 
   Implements IDataCollection 
[SerializableAttribute()]
public sealed class TreeModel.DataCollection<NodeType,NodeKey> : IDataCollection  
Type Parameters
NodeType
NodeKey
Remarks

This IDataCollection is used in various circumstances where there is a collection of node data, particularly for copying. If the node data is serializable, this collection can be serialized, which is useful when copying to the clipboard or pasting from it.

Although this nested type is not a generic class, it is parameterized by the NodeType and NodeKey type parameters of the containing generic model class. You should call TreeModel<NodeType,NodeKey>.CreateDataCollection to allocate an instance.

This collection class does not support separate link data.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.TreeModel`2.DataCollection<NodeType,NodeKey>

Requirements
See Also

Reference

TreeModel.DataCollection<NodeType,NodeKey> Members
Northwoods.GoXam.Model Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback